home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / pascal / zip2obj.zip / README < prev    next >
Text File  |  1991-11-12  |  907b  |  21 lines

  1. The following files should be present in the archive:
  2.  
  3. BOGEY.PAS          Demo program
  4. CONWRITE.ASM       Write to Console routine using DOS call 6
  5. CONWRITE.OBJ
  6. GETBOGEY.EXE       Writes BOGEY.BIN to disk
  7. GETBOGEY.PAS
  8. VGABIOS.ASM        VGA support routines, used by program BOGEY
  9. VGABIOS.OBJ
  10. VGABIOS.PAS
  11. XZIP.PAS           Explodes IMPLODED data
  12. ZIP2OBJ.DOC        Documentation on how to use ZIP2OBJ and XZIP
  13. ZIP2OBJ.EXE        Converts an IMPLODED file to an .OBJ file
  14.  
  15. To run the demo, follow the steps as described in the .DOC file
  16. You need Turbo Pascal 6.0 to compile the demo; PKZIP 1.01 or later to
  17. compress BOGEY.BIN, and last but not least, a VGA display to see the
  18. output of the demo.  Note that the usefullness of ZIP2OBJ or XZIP does
  19. not depend on the presence of a VGA display adapter; it's just the demo
  20. that graphically displays the qualities of the ZIP2OBJ/XZIP combo.
  21.